object FrmMsgReadOnly: TFrmMsgReadOnly Left = 333 Top = 358 BorderStyle = bsDialog Caption = 'Read Only File' ClientHeight = 147 ClientWidth = 426 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 56 Top = 54 Width = 354 Height = 39 Caption = 'You can either save the file in a different location or let Twis' + 'tpad attempt to remove the write-protection and overwrite the fi' + 'le in the current location' WordWrap = True end object lblCaption: TLabel Left = 56 Top = 12 Width = 361 Height = 45 AutoSize = False Caption = 'The file tt cannot be saved because it is write-protected.The fi' + 'le tt cannot be saved because it is write-protected. it is write' + '-protected it is write-protected' WordWrap = True end object Image1: TImage Left = 10 Top = 13 Width = 32 Height = 32 AutoSize = True end object Button1: TButton Left = 81 Top = 108 Width = 80 Height = 25 Caption = '&Save As...' ModalResult = 6 TabOrder = 1 end object Button2: TButton Left = 174 Top = 108 Width = 80 Height = 25 Caption = '&Overwrite' ModalResult = 1 TabOrder = 2 end object Button3: TButton Left = 267 Top = 108 Width = 80 Height = 25 Cancel = True Caption = 'Cancel' Default = True ModalResult = 2 TabOrder = 0 end end